PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawShading Method
The shading to draw on the PDF page.
In This Topic
    drawShading Method
    In This Topic
    Draws a PDF shading.
    The position of the shading is defined on the object.
    Syntax
    public void drawShading( 
       PDFShading shading
    )

    Parameters

    shading
    The shading to draw on the PDF page.
    Exceptions
    ExceptionDescription
    when the shading is null.
    See Also